home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 476-500 / disk_500 / swindows / source / swhandler.h < prev    next >
C/C++ Source or Header  |  1992-05-06  |  843b  |  29 lines

  1. #define INTUITION_PREFERENCES_H             /* don't need 'em */
  2. #include <exec/types.h>
  3. #include <libraries/dos.h>
  4. #include <intuition/intuitionbase.h>
  5. #include <proto/intuition.h>
  6.  
  7. #include "sWindows.h"
  8.  
  9.  
  10. #define PROGRAM     "sWindows-Handler"
  11. #define MAJVERS     1
  12. #define MINVERS     1
  13.  
  14. #define MINLOADVER  2       /* The minimum version number of the loader */
  15.                             /* (a loader of lower version will be an error) */
  16.  
  17. #define CHAR1       ':'     /* change these to change the characters that */
  18. #define CHAR2       ':'     /*  separate the screen from the window title */
  19.  
  20.  
  21. extern SLISTITEM ScreenList;
  22. extern WLISTITEM WindowList;
  23.  
  24. extern SLISTITEM NewScreenListItem(),FindScreenListItem();
  25. extern WLISTITEM NewWindowListItem();
  26. extern struct Window *aOldOpenWindow();
  27.  
  28. extern struct IntuitionBase *IntuitionBase;
  29.